Uses of Class
org.apache.torque.map.TableMap

Packages that use TableMap
org.apache.torque.map Description of the schema layout. 
org.apache.torque.oid The ID broker, an API to provide persistent object identifiers, as described by Scott Ambler's paper on "Enterprise-Ready Object IDs". 
org.apache.torque.om API for the classic Torque-generated object model. 
org.apache.torque.util Misc. 
 

Uses of TableMap in org.apache.torque.map
 

Methods in org.apache.torque.map that return TableMap
 TableMap DatabaseMap.getIdTable()
          Get the ID table for this database.
 TableMap ColumnMap.getTable()
          Returns the map for the table this column belongs to.
 TableMap DatabaseMap.getTable(java.lang.String name)
          Get a TableMap for the table by name.
 TableMap[] DatabaseMap.getTables()
          Get a TableMap[] of all of the tables in the database.
 

Methods in org.apache.torque.map with parameters of type TableMap
 void DatabaseMap.addTable(TableMap map)
          Add a new TableMap to the database.
 boolean DatabaseMap.containsTable(TableMap table)
          Does this database contain this specific table?
 void DatabaseMap.setIdTable(TableMap idTable)
          Set the ID table for this database.
 

Constructors in org.apache.torque.map with parameters of type TableMap
ColumnMap(java.lang.String name, TableMap containingTable)
          Constructor.
 

Uses of TableMap in org.apache.torque.oid
 

Constructors in org.apache.torque.oid with parameters of type TableMap
IDBroker(TableMap tMap)
          Deprecated. Use IDBroker(DatabaseInfo) instead. Will be removed in a future version of Torque.
 

Uses of TableMap in org.apache.torque.om
 

Methods in org.apache.torque.om that return TableMap
 TableMap BaseObject.getTableMap()
          Retrieves the TableMap object related to this Table data.
 

Uses of TableMap in org.apache.torque.util
 

Methods in org.apache.torque.util with parameters of type TableMap
static void BasePeer.correctBooleans(Criteria criteria, TableMap defaultTableMap)
          Checks all columns in the criteria to see whether booleanchar and booleanint columns are queried with a boolean.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.